home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
SAMBA193.ZIP
/
smbdf.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-10
|
284 b
|
10 lines
/* Output Total and Avail space on current disk */
PARSE ARG path
'@echo off'
tmpfile = "d:\tmp\smbdf.tmp"
'df 'path' >'tmpfile
/* First line is headers - next comes data */
line = LINEIN(tmpfile)
PARSE VALUE LINEIN(tmpfile) WITH name size used free otherstuff
SAY size free